projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0cc30
)
imcontextime: Remove unused variables
author
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:17:31 +0000
(07:17 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000
(07:23 +0200)
gtk/gtkimcontextime.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextime.c
b/gtk/gtkimcontextime.c
index e18795c89e4974b278cb38b76c42be7649c41b84..ab972c90e6a27f2cae9d935178748a0cbca2ad4b 100644
(file)
--- a/
gtk/gtkimcontextime.c
+++ b/
gtk/gtkimcontextime.c
@@
-664,7
+664,6
@@
gtk_im_context_ime_focus_in (GtkIMContext *context)
{
GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
GdkSurface *toplevel;
- GtkWidget *widget = NULL;
HWND hwnd;
HIMC himc;
@@
-721,7
+720,6
@@
gtk_im_context_ime_focus_out (GtkIMContext *context)
{
GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
GdkSurface *toplevel;
- GtkWidget *widget = NULL;
HWND hwnd;
HIMC himc;